﻿2026-06-21T01:51:46.6756429Z ##[group]Run set -euo pipefail
2026-06-21T01:51:46.6756821Z [36;1mset -euo pipefail[0m
2026-06-21T01:51:46.6757079Z [36;1mPIN=0c95435[0m
2026-06-21T01:51:46.6757327Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T01:51:46.6757608Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T01:51:46.6757999Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T01:51:46.6758452Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T01:51:46.6758915Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T01:51:46.6759428Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T01:51:46.6759700Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T01:51:46.6760000Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T01:51:46.6760368Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T01:51:46.6760736Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T01:51:46.6761031Z [36;1mfi[0m
2026-06-21T01:51:46.6761341Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T01:51:46.6775790Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T01:51:46.6776115Z env:
2026-06-21T01:51:46.6776347Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T01:51:46.6776610Z ##[endgroup]
2026-06-21T01:51:46.9850106Z    Compiling proc-macro2 v1.0.106
2026-06-21T01:51:46.9850762Z    Compiling quote v1.0.45
2026-06-21T01:51:46.9851332Z    Compiling unicode-ident v1.0.24
2026-06-21T01:51:46.9852330Z    Compiling libc v0.2.186
2026-06-21T01:51:46.9852644Z    Compiling serde_core v1.0.228
2026-06-21T01:51:46.9852954Z    Compiling cfg-if v1.0.4
2026-06-21T01:51:46.9853283Z    Compiling serde v1.0.228
2026-06-21T01:51:46.9889888Z    Compiling log v0.4.32
2026-06-21T01:51:46.9917796Z    Compiling pin-project-lite v0.2.17
2026-06-21T01:51:46.9932907Z    Compiling typenum v1.20.1
2026-06-21T01:51:47.0011265Z    Compiling portable-atomic v1.13.1
2026-06-21T01:51:47.0043863Z    Compiling version_check v0.9.5
2026-06-21T01:51:47.0139935Z    Compiling memchr v2.8.1
2026-06-21T01:51:47.0201989Z    Compiling find-msvc-tools v0.1.9
2026-06-21T01:51:47.0203916Z    Compiling critical-section v1.2.0
2026-06-21T01:51:47.0430674Z    Compiling shlex v2.0.1
2026-06-21T01:51:47.0896924Z    Compiling futures-core v0.3.32
2026-06-21T01:51:47.0995468Z    Compiling subtle v2.6.1
2026-06-21T01:51:47.1471142Z    Compiling bytes v1.11.1
2026-06-21T01:51:47.2751409Z    Compiling smallvec v1.15.1
2026-06-21T01:51:47.2818878Z    Compiling equivalent v1.0.2
2026-06-21T01:51:47.2995777Z    Compiling itoa v1.0.18
2026-06-21T01:51:47.3093089Z    Compiling semver v1.0.28
2026-06-21T01:51:47.3342151Z    Compiling stable_deref_trait v1.2.1
2026-06-21T01:51:47.3536230Z    Compiling futures-sink v0.3.32
2026-06-21T01:51:47.3572720Z    Compiling slab v0.4.12
2026-06-21T01:51:47.3641117Z    Compiling futures-io v0.3.32
2026-06-21T01:51:47.3981489Z    Compiling futures-task v0.3.32
2026-06-21T01:51:47.4001407Z    Compiling generic-array v0.14.7
2026-06-21T01:51:47.4451504Z    Compiling futures-channel v0.3.32
2026-06-21T01:51:47.5087154Z    Compiling bitflags v2.12.1
2026-06-21T01:51:47.5610862Z    Compiling hashbrown v0.17.1
2026-06-21T01:51:47.5750688Z    Compiling rustversion v1.0.22
2026-06-21T01:51:47.5752090Z    Compiling cpufeatures v0.2.17
2026-06-21T01:51:47.6101180Z    Compiling rustc_version v0.4.1
2026-06-21T01:51:47.6273596Z    Compiling fnv v1.0.7
2026-06-21T01:51:47.6411502Z    Compiling strsim v0.11.1
2026-06-21T01:51:47.6931319Z    Compiling rand_core v0.10.1
2026-06-21T01:51:47.7061099Z    Compiling cfg_aliases v0.2.1
2026-06-21T01:51:47.7131165Z    Compiling litemap v0.8.2
2026-06-21T01:51:47.7275855Z    Compiling writeable v0.6.3
2026-06-21T01:51:47.7972805Z    Compiling icu_properties_data v2.2.0
2026-06-21T01:51:47.8720948Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T01:51:47.9227595Z    Compiling fs_extra v1.3.0
2026-06-21T01:51:47.9585858Z    Compiling utf8_iter v1.0.4
2026-06-21T01:51:48.0080766Z    Compiling dunce v1.0.5
2026-06-21T01:51:48.0121000Z    Compiling ident_case v1.0.1
2026-06-21T01:51:48.0490828Z    Compiling getrandom v0.4.2
2026-06-21T01:51:48.1441007Z    Compiling percent-encoding v2.3.2
2026-06-21T01:51:48.1550701Z    Compiling autocfg v1.5.1
2026-06-21T01:51:48.1692160Z    Compiling http v1.4.1
2026-06-21T01:51:48.2341453Z    Compiling cpufeatures v0.3.0
2026-06-21T01:51:48.2490152Z    Compiling aws-lc-rs v1.17.0
2026-06-21T01:51:48.2751188Z    Compiling unicode-segmentation v1.13.3
2026-06-21T01:51:48.3202397Z    Compiling thiserror v2.0.18
2026-06-21T01:51:48.3460993Z    Compiling syn v2.0.117
2026-06-21T01:51:48.3621015Z    Compiling scopeguard v1.2.0
2026-06-21T01:51:48.4090916Z    Compiling indexmap v2.14.0
2026-06-21T01:51:48.4281017Z    Compiling lock_api v0.4.14
2026-06-21T01:51:48.4310639Z    Compiling form_urlencoded v1.2.2
2026-06-21T01:51:48.4441424Z    Compiling chacha20 v0.10.0
2026-06-21T01:51:48.4631178Z    Compiling untrusted v0.9.0
2026-06-21T01:51:48.5800600Z    Compiling heck v0.5.0
2026-06-21T01:51:48.5889242Z    Compiling rustls v0.23.40
2026-06-21T01:51:48.6233256Z    Compiling anyhow v1.0.102
2026-06-21T01:51:48.7426990Z    Compiling atomic-waker v1.1.2
2026-06-21T01:51:48.7832684Z    Compiling const-oid v0.10.2
2026-06-21T01:51:48.7895023Z    Compiling unicode-xid v0.2.6
2026-06-21T01:51:48.7919741Z    Compiling convert_case v0.10.0
2026-06-21T01:51:48.8181410Z    Compiling parking_lot_core v0.9.12
2026-06-21T01:51:48.8302332Z    Compiling httparse v1.10.1
2026-06-21T01:51:48.8391107Z    Compiling zerocopy v0.8.50
2026-06-21T01:51:48.8740393Z    Compiling paste v1.0.15
2026-06-21T01:51:48.9280967Z    Compiling num-traits v0.2.19
2026-06-21T01:51:48.9613182Z    Compiling hybrid-array v0.4.12
2026-06-21T01:51:48.9970238Z    Compiling jobserver v0.1.34
2026-06-21T01:51:49.0870541Z    Compiling curve25519-dalek v4.1.3
2026-06-21T01:51:49.1065286Z    Compiling ahash v0.8.12
2026-06-21T01:51:49.1499779Z    Compiling fastrand v2.4.1
2026-06-21T01:51:49.1760811Z    Compiling powerfmt v0.2.0
2026-06-21T01:51:49.2370827Z    Compiling either v1.16.0
2026-06-21T01:51:49.2560928Z    Compiling cc v1.2.63
2026-06-21T01:51:49.3120625Z    Compiling base64ct v1.8.3
2026-06-21T01:51:49.3940706Z    Compiling deranged v0.5.8
2026-06-21T01:51:49.4340493Z    Compiling crypto-common v0.1.7
2026-06-21T01:51:49.4470980Z    Compiling block-buffer v0.10.4
2026-06-21T01:51:49.4498924Z    Compiling http-body v1.0.1
2026-06-21T01:51:49.5510816Z    Compiling vcpkg v0.2.15
2026-06-21T01:51:49.5987717Z    Compiling digest v0.10.7
2026-06-21T01:51:49.6075935Z    Compiling base64 v0.22.1
2026-06-21T01:51:49.6241180Z    Compiling num-conv v0.2.2
2026-06-21T01:51:49.6870957Z    Compiling mio v1.2.1
2026-06-21T01:51:49.7280812Z    Compiling socket2 v0.6.4
2026-06-21T01:51:49.7372602Z    Compiling getrandom v0.2.17
2026-06-21T01:51:49.7826435Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T01:51:49.9360375Z    Compiling rand_core v0.6.4
2026-06-21T01:51:49.9857868Z    Compiling data-encoding v2.11.0
2026-06-21T01:51:49.9990504Z    Compiling rand v0.10.1
2026-06-21T01:51:50.0871321Z    Compiling time-core v0.1.8
2026-06-21T01:51:50.0936097Z    Compiling try-lock v0.2.5
2026-06-21T01:51:50.1654993Z    Compiling tinyvec_macros v0.1.1
2026-06-21T01:51:50.1720328Z    Compiling pkg-config v0.3.33
2026-06-21T01:51:50.1800351Z    Compiling tower-service v0.3.3
2026-06-21T01:51:50.2250492Z    Compiling zmij v1.0.21
2026-06-21T01:51:50.2290553Z    Compiling tinyvec v1.11.0
2026-06-21T01:51:50.2320104Z    Compiling want v0.3.1
2026-06-21T01:51:50.2646330Z    Compiling parking_lot v0.12.5
2026-06-21T01:51:50.3220553Z    Compiling sha2 v0.10.9
2026-06-21T01:51:50.5000437Z    Compiling crypto-common v0.2.2
2026-06-21T01:51:50.5120720Z    Compiling block-buffer v0.12.0
2026-06-21T01:51:50.5311423Z    Compiling inout v0.1.4
2026-06-21T01:51:50.5650655Z    Compiling cmake v0.1.58
2026-06-21T01:51:50.6752036Z    Compiling vergen-lib v9.1.0
2026-06-21T01:51:50.6800724Z    Compiling n0-future v0.3.2
2026-06-21T01:51:50.7610566Z    Compiling spin v0.10.0
2026-06-21T01:51:50.8364928Z    Compiling cordyceps v0.3.4
2026-06-21T01:51:50.9030208Z    Compiling diatomic-waker v0.2.3
2026-06-21T01:51:50.9100407Z    Compiling parking v2.2.1
2026-06-21T01:51:50.9144784Z    Compiling httpdate v1.0.3
2026-06-21T01:51:50.9417136Z    Compiling signature v2.2.0
2026-06-21T01:51:50.9550547Z    Compiling crossbeam-utils v0.8.21
2026-06-21T01:51:50.9750419Z    Compiling serde_json v1.0.150
2026-06-21T01:51:50.9981030Z    Compiling winnow v1.0.3
2026-06-21T01:51:51.0352554Z    Compiling ed25519 v2.2.3
2026-06-21T01:51:51.0669284Z    Compiling futures-lite v2.6.1
2026-06-21T01:51:51.0835838Z    Compiling cipher v0.4.4
2026-06-21T01:51:51.1590653Z    Compiling netlink-packet-core v0.8.1
2026-06-21T01:51:51.1640487Z    Compiling universal-hash v0.5.1
2026-06-21T01:51:51.2020580Z    Compiling vergen v9.1.0
2026-06-21T01:51:51.2479732Z    Compiling futures-buffered v0.2.13
2026-06-21T01:51:51.2520602Z    Compiling vergen-lib v0.1.6
2026-06-21T01:51:51.2527609Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T01:51:51.2933794Z    Compiling heapless v0.7.17
2026-06-21T01:51:51.3164437Z    Compiling noq-udp v0.10.0
2026-06-21T01:51:51.3601797Z    Compiling sync_wrapper v1.0.2
2026-06-21T01:51:51.4273566Z    Compiling digest v0.11.3
2026-06-21T01:51:51.4464544Z    Compiling opaque-debug v0.3.1
2026-06-21T01:51:51.4694660Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T01:51:51.4700051Z    Compiling byteorder v1.5.0
2026-06-21T01:51:51.4870958Z    Compiling allocator-api2 v0.2.21
2026-06-21T01:51:51.5186804Z    Compiling polyval v0.6.2
2026-06-21T01:51:51.5632923Z    Compiling aws-lc-sys v0.41.0
2026-06-21T01:51:51.5720614Z    Compiling ring v0.17.14
2026-06-21T01:51:51.5841547Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T01:51:51.6911023Z    Compiling hash32 v0.2.1
2026-06-21T01:51:51.7310716Z    Compiling vergen-gitcl v1.0.8
2026-06-21T01:51:51.7670548Z    Compiling spin v0.9.8
2026-06-21T01:51:51.7994234Z    Compiling ryu v1.0.23
2026-06-21T01:51:51.8837339Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T01:51:51.9150344Z    Compiling num_threads v0.1.7
2026-06-21T01:51:51.9337754Z    Compiling fallible-iterator v0.3.0
2026-06-21T01:51:52.0065144Z    Compiling signature v3.0.0
2026-06-21T01:51:52.0310696Z    Compiling tower-layer v0.3.3
2026-06-21T01:51:52.0338265Z    Compiling time v0.3.47
2026-06-21T01:51:52.0680482Z    Compiling ghash v0.5.1
2026-06-21T01:51:52.1257069Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T01:51:52.1594053Z    Compiling ctr v0.9.2
2026-06-21T01:51:52.1930616Z    Compiling aes v0.8.4
2026-06-21T01:51:52.2048578Z    Compiling fs2 v0.4.3
2026-06-21T01:51:52.2131136Z    Compiling http-body-util v0.1.3
2026-06-21T01:51:52.3400224Z    Compiling aead v0.5.2
2026-06-21T01:51:52.3580763Z    Compiling openssl-probe v0.2.1
2026-06-21T01:51:52.3830530Z    Compiling crossbeam-channel v0.5.15
2026-06-21T01:51:52.4620289Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T01:51:52.5250532Z    Compiling blake3 v1.8.5
2026-06-21T01:51:52.5767258Z    Compiling netlink-packet-route v0.29.0
2026-06-21T01:51:52.5830594Z    Compiling uuid v1.23.2
2026-06-21T01:51:52.6097826Z    Compiling memoffset v0.6.5
2026-06-21T01:51:52.8045523Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T01:51:52.8577852Z    Compiling aes-gcm v0.10.3
2026-06-21T01:51:52.8764137Z    Compiling acto v0.8.2
2026-06-21T01:51:52.9206649Z    Compiling netwatch v0.16.0
2026-06-21T01:51:53.0318448Z    Compiling noq v0.18.0
2026-06-21T01:51:53.0882696Z    Compiling ref-cast v1.0.25
2026-06-21T01:51:53.0982362Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T01:51:53.1761396Z    Compiling xml-rs v0.8.28
2026-06-21T01:51:53.1811678Z    Compiling tagptr v0.2.0
2026-06-21T01:51:53.2221060Z    Compiling rustc-hash v2.1.2
2026-06-21T01:51:53.2581123Z    Compiling thiserror v1.0.69
2026-06-21T01:51:53.2810730Z    Compiling mac-addr v0.3.0
2026-06-21T01:51:53.3284141Z    Compiling rustix v1.1.4
2026-06-21T01:51:53.3411044Z    Compiling lru-slab v0.1.2
2026-06-21T01:51:53.4050707Z    Compiling foldhash v0.2.0
2026-06-21T01:51:53.4906494Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T01:51:53.4975256Z    Compiling identity-hash v0.1.0
2026-06-21T01:51:53.6130806Z    Compiling hashbrown v0.16.1
2026-06-21T01:51:53.7139729Z    Compiling netlink-packet-route v0.30.0
2026-06-21T01:51:53.7830916Z    Compiling serial-core v0.4.0
2026-06-21T01:51:53.8503195Z    Compiling synstructure v0.13.2
2026-06-21T01:51:53.8711373Z    Compiling darling_core v0.20.11
2026-06-21T01:51:53.9630230Z    Compiling serde_derive_internals v0.29.1
2026-06-21T01:51:54.0180381Z    Compiling xmltree v0.10.3
2026-06-21T01:51:54.2610830Z    Compiling termios v0.2.2
2026-06-21T01:51:54.2860638Z    Compiling errno v0.3.14
2026-06-21T01:51:54.3905380Z    Compiling proc-macro-crate v3.5.0
2026-06-21T01:51:54.4029796Z    Compiling ioctl-rs v0.1.6
2026-06-21T01:51:54.4230858Z    Compiling aho-corasick v1.1.4
2026-06-21T01:51:54.4670805Z    Compiling simple-dns v0.9.3
2026-06-21T01:51:54.5137060Z    Compiling sha1_smol v1.0.1
2026-06-21T01:51:54.6437112Z    Compiling arrayvec v0.7.6
2026-06-21T01:51:54.7441699Z    Compiling signal-hook v0.3.18
2026-06-21T01:51:54.7880485Z    Compiling linux-raw-sys v0.12.1
2026-06-21T01:51:54.8921362Z    Compiling winnow v0.7.15
2026-06-21T01:51:54.9040439Z    Compiling simdutf8 v0.1.5
2026-06-21T01:51:54.9097688Z    Compiling regex-syntax v0.8.10
2026-06-21T01:51:55.0073152Z    Compiling resolv-conf v0.7.6
2026-06-21T01:51:55.0270860Z    Compiling constant_time_eq v0.4.2
2026-06-21T01:51:55.1830395Z    Compiling toml_write v0.1.2
2026-06-21T01:51:55.1899229Z    Compiling arrayref v0.3.9
2026-06-21T01:51:55.2230812Z    Compiling smol_str v0.1.24
2026-06-21T01:51:55.4280851Z    Compiling serial-unix v0.4.0
2026-06-21T01:51:55.4688808Z    Compiling signal-hook-registry v1.4.8
2026-06-21T01:51:55.5141310Z    Compiling lru v0.16.4
2026-06-21T01:51:55.6670767Z    Compiling darling_core v0.23.0
2026-06-21T01:51:55.7380011Z    Compiling serde_bytes v0.11.19
2026-06-21T01:51:55.7741050Z    Compiling serde_derive v1.0.228
2026-06-21T01:51:55.8390408Z    Compiling zeroize_derive v1.4.3
2026-06-21T01:51:55.9789397Z    Compiling tokio-macros v2.7.0
2026-06-21T01:51:55.9921578Z    Compiling futures-macro v0.3.32
2026-06-21T01:51:56.4330483Z    Compiling zeroize v1.8.2
2026-06-21T01:51:56.6305677Z    Compiling zerofrom-derive v0.1.7
2026-06-21T01:51:56.8920808Z    Compiling tokio v1.52.3
2026-06-21T01:51:56.9390716Z    Compiling futures-util v0.3.32
2026-06-21T01:51:57.0530709Z    Compiling yoke-derive v0.8.2
2026-06-21T01:51:57.1080737Z    Compiling zerovec-derive v0.11.3
2026-06-21T01:51:57.2467691Z    Compiling displaydoc v0.2.6
2026-06-21T01:51:57.3560656Z    Compiling tracing-attributes v0.1.31
2026-06-21T01:51:58.1660608Z    Compiling rustls-pki-types v1.14.1
2026-06-21T01:51:58.1849332Z    Compiling zerofrom v0.1.8
2026-06-21T01:51:58.2251008Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T01:51:58.3200815Z    Compiling thiserror-impl v2.0.18
2026-06-21T01:51:58.5550648Z    Compiling yoke v0.8.3
2026-06-21T01:51:58.8138759Z    Compiling zerovec v0.11.6
2026-06-21T01:51:58.8599796Z    Compiling zerotrie v0.2.4
2026-06-21T01:51:58.9270260Z    Compiling darling_macro v0.20.11
2026-06-21T01:51:58.9430372Z    Compiling derive_more-impl v2.1.1
2026-06-21T01:51:59.0308611Z    Compiling n0-error-macros v0.1.3
2026-06-21T01:51:59.2711611Z    Compiling spez v0.1.2
2026-06-21T01:51:59.3039647Z    Compiling darling v0.20.11
2026-06-21T01:51:59.3654292Z    Compiling derive_builder_core v0.20.2
2026-06-21T01:51:59.6280980Z    Compiling tinystr v0.8.3
2026-06-21T01:51:59.6370647Z    Compiling potential_utf v0.1.5
2026-06-21T01:51:59.7060480Z    Compiling der v0.8.0-rc.10
2026-06-21T01:51:59.7800461Z    Compiling icu_collections v2.2.0
2026-06-21T01:51:59.8200632Z    Compiling icu_locale_core v2.2.0
2026-06-21T01:52:00.2570157Z    Compiling n0-error v0.1.3
2026-06-21T01:52:00.2970551Z    Compiling pin-project-internal v1.1.13
2026-06-21T01:52:00.4620799Z    Compiling cobs v0.3.0
2026-06-21T01:52:00.6370923Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T01:52:00.6680410Z    Compiling futures-executor v0.3.32
2026-06-21T01:52:00.8113870Z    Compiling derive_builder_macro v0.20.2
2026-06-21T01:52:01.0004691Z    Compiling futures v0.3.32
2026-06-21T01:52:01.0576738Z    Compiling ed25519-dalek v2.2.0
2026-06-21T01:52:01.0730853Z    Compiling postcard-derive v0.2.2
2026-06-21T01:52:01.1590381Z    Compiling icu_provider v2.2.0
2026-06-21T01:52:01.1960626Z    Compiling ipnet v2.12.0
2026-06-21T01:52:01.4150664Z    Compiling derive_builder v0.20.2
2026-06-21T01:52:01.5180552Z    Compiling icu_properties v2.2.0
2026-06-21T01:52:01.5790419Z    Compiling icu_normalizer v2.2.0
2026-06-21T01:52:01.6430695Z    Compiling spki v0.8.0-rc.4
2026-06-21T01:52:01.6580007Z    Compiling prefix-trie v0.8.4
2026-06-21T01:52:01.7975586Z    Compiling pin-project v1.1.13
2026-06-21T01:52:01.8621356Z    Compiling once_cell v1.21.4
2026-06-21T01:52:01.8795030Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T01:52:01.9620729Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T01:52:02.0640618Z    Compiling tracing-core v0.1.36
2026-06-21T01:52:02.0710512Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T01:52:02.3236898Z    Compiling hashbrown v0.14.5
2026-06-21T01:52:02.4968298Z    Compiling data-encoding-macro v0.1.20
2026-06-21T01:52:02.5450633Z    Compiling rustls-native-certs v0.8.4
2026-06-21T01:52:02.5605712Z    Compiling tokio-util v0.7.18
2026-06-21T01:52:02.5720883Z    Compiling netlink-sys v0.8.8
2026-06-21T01:52:02.8376891Z    Compiling tracing v0.1.44
2026-06-21T01:52:03.0234613Z    Compiling idna_adapter v1.2.2
2026-06-21T01:52:03.0631297Z    Compiling postcard v1.1.3
2026-06-21T01:52:03.0898257Z    Compiling tower v0.5.3
2026-06-21T01:52:03.1300896Z    Compiling idna v1.1.0
2026-06-21T01:52:03.1463520Z    Compiling hashlink v0.9.1
2026-06-21T01:52:03.2267026Z    Compiling async-trait v0.1.89
2026-06-21T01:52:03.2840620Z    Compiling num_enum_derive v0.7.6
2026-06-21T01:52:03.2932777Z    Compiling strum_macros v0.28.0
2026-06-21T01:52:03.4982985Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T01:52:03.6828528Z    Compiling rusqlite v0.32.1
2026-06-21T01:52:03.6898391Z    Compiling enum-assoc v1.3.0
2026-06-21T01:52:03.6997809Z    Compiling h2 v0.4.14
2026-06-21T01:52:03.8604932Z    Compiling url v2.5.8
2026-06-21T01:52:03.9378412Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T01:52:04.0008473Z    Compiling derive_more v2.1.1
2026-06-21T01:52:04.0991541Z    Compiling iroh-metrics v0.38.3
2026-06-21T01:52:04.3820819Z    Compiling n0-watcher v0.6.1
2026-06-21T01:52:04.5031952Z    Compiling tokio-stream v0.1.18
2026-06-21T01:52:04.6269578Z    Compiling iroh-relay v0.98.0
2026-06-21T01:52:04.6421043Z    Compiling netlink-proto v0.12.0
2026-06-21T01:52:04.7239377Z    Compiling num_enum v0.7.6
2026-06-21T01:52:04.7246208Z    Compiling netdev v0.42.0
2026-06-21T01:52:04.7560669Z    Compiling moka v0.12.15
2026-06-21T01:52:04.7630819Z    Compiling toml_datetime v0.6.11
2026-06-21T01:52:04.8230715Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T01:52:04.8353191Z    Compiling iroh-base v0.98.0
2026-06-21T01:52:04.8514812Z    Compiling tower-http v0.6.11
2026-06-21T01:52:04.9600822Z    Compiling attohttpc v0.30.1
2026-06-21T01:52:04.9767938Z    Compiling serde_spanned v0.6.9
2026-06-21T01:52:05.1611321Z    Compiling thiserror-impl v1.0.69
2026-06-21T01:52:05.1871704Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T01:52:05.2271152Z    Compiling ref-cast-impl v1.0.25
2026-06-21T01:52:05.5391068Z    Compiling toml_edit v0.22.27
2026-06-21T01:52:05.7450285Z    Compiling webpki-roots v1.0.7
2026-06-21T01:52:05.8678056Z    Compiling regex-automata v0.4.14
2026-06-21T01:52:05.9370363Z    Compiling schemars_derive v1.2.1
2026-06-21T01:52:06.0400417Z    Compiling hmac v0.12.1
2026-06-21T01:52:06.1370493Z    Compiling seize v0.5.1
2026-06-21T01:52:06.1528448Z    Compiling iroh v0.98.2
2026-06-21T01:52:06.4465247Z    Compiling dyn-clone v1.0.20
2026-06-21T01:52:06.4797609Z    Compiling rustix v0.38.44
2026-06-21T01:52:06.5330607Z    Compiling strum v0.28.0
2026-06-21T01:52:06.5554519Z    Compiling bitflags v1.3.2
2026-06-21T01:52:06.6170613Z    Compiling iroh-dns v0.98.0
2026-06-21T01:52:06.6490260Z    Compiling pin-utils v0.1.0
2026-06-21T01:52:06.6556646Z    Compiling cmov v0.5.4
2026-06-21T01:52:06.6625570Z    Compiling utf8parse v0.2.2
2026-06-21T01:52:06.7168404Z    Compiling nix v0.25.1
2026-06-21T01:52:06.7610622Z    Compiling anstyle-parse v1.0.0
2026-06-21T01:52:06.8977042Z    Compiling ctutils v0.4.2
2026-06-21T01:52:06.9739180Z    Compiling filedescriptor v0.8.3
2026-06-21T01:52:07.0550899Z    Compiling papaya v0.2.4
2026-06-21T01:52:07.0628140Z    Compiling hkdf v0.12.4
2026-06-21T01:52:07.1499212Z    Compiling backon v1.6.0
2026-06-21T01:52:07.1621227Z    Compiling darling_macro v0.23.0
2026-06-21T01:52:07.2142370Z    Compiling serial v0.4.0
2026-06-21T01:52:07.2294508Z    Compiling anstyle-query v1.1.5
2026-06-21T01:52:07.2447036Z    Compiling instability v0.3.12
2026-06-21T01:52:07.2859358Z    Compiling colorchoice v1.0.5
2026-06-21T01:52:07.3210831Z    Compiling foldhash v0.1.5
2026-06-21T01:52:07.3779702Z    Compiling shell-words v1.1.1
2026-06-21T01:52:07.4062657Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T01:52:07.4542119Z    Compiling linux-raw-sys v0.4.15
2026-06-21T01:52:07.5101477Z    Compiling anstyle v1.0.14
2026-06-21T01:52:07.5580531Z    Compiling downcast-rs v1.2.1
2026-06-21T01:52:07.5690467Z    Compiling darling v0.23.0
2026-06-21T01:52:07.5833341Z    Compiling signal-hook-mio v0.2.5
2026-06-21T01:52:07.6243861Z    Compiling hashbrown v0.15.5
2026-06-21T01:52:07.6413124Z    Compiling spake2 v0.4.0
2026-06-21T01:52:07.6587003Z    Compiling terminal_size v0.4.4
2026-06-21T01:52:07.6753375Z    Compiling strum_macros v0.26.4
2026-06-21T01:52:07.7310839Z    Compiling sha1 v0.10.6
2026-06-21T01:52:07.8090667Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T01:52:07.8310386Z    Compiling anstream v1.0.0
2026-06-21T01:52:08.0120980Z    Compiling itertools v0.13.0
2026-06-21T01:52:08.0280780Z    Compiling castaway v0.2.4
2026-06-21T01:52:08.1036572Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T01:52:08.1369981Z    Compiling schemars v1.2.1
2026-06-21T01:52:08.3271067Z    Compiling toml v0.8.23
2026-06-21T01:52:08.4731280Z    Compiling static_assertions v1.1.0
2026-06-21T01:52:08.5826447Z    Compiling indoc v2.0.7
2026-06-21T01:52:09.0380476Z    Compiling regex v1.12.3
2026-06-21T01:52:09.0640511Z    Compiling clap_lex v1.1.0
2026-06-21T01:52:09.2610700Z    Compiling unicode-width v0.1.14
2026-06-21T01:52:09.3610652Z    Compiling doctest-file v1.1.1
2026-06-21T01:52:09.4190706Z    Compiling clap_builder v4.6.0
2026-06-21T01:52:09.5768279Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T01:52:09.8773396Z    Compiling interprocess v2.4.2
2026-06-21T01:52:10.2170894Z    Compiling hyper v1.10.1
2026-06-21T01:52:10.2440697Z    Compiling strum v0.26.3
2026-06-21T01:52:10.3611247Z    Compiling unicode-truncate v1.1.0
2026-06-21T01:52:10.4919440Z    Compiling crossterm v0.28.1
2026-06-21T01:52:10.5497017Z    Compiling compact_str v0.8.2
2026-06-21T01:52:10.7573176Z    Compiling portable-pty v0.8.1
2026-06-21T01:52:10.8326475Z    Compiling lru v0.12.5
2026-06-21T01:52:10.9650776Z    Compiling clap_derive v4.6.1
2026-06-21T01:52:11.0521438Z    Compiling iana-time-zone v0.1.65
2026-06-21T01:52:11.0645574Z    Compiling unicode-width v0.2.0
2026-06-21T01:52:11.3091005Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T01:52:11.3700583Z    Compiling cassowary v0.3.0
2026-06-21T01:52:11.4373969Z    Compiling chrono v0.4.45
2026-06-21T01:52:11.5095230Z    Compiling nucleo-matcher v0.3.1
2026-06-21T01:52:11.8840681Z    Compiling ratatui v0.29.0
2026-06-21T01:52:12.0621554Z    Compiling hyper-util v0.1.20
2026-06-21T01:52:12.0738415Z    Compiling qrcode v0.14.1
2026-06-21T01:52:12.2123708Z    Compiling tempfile v3.27.0
2026-06-21T01:52:12.9198173Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T01:52:13.2727636Z    Compiling clap v4.6.1
2026-06-21T01:52:14.0563661Z    Compiling igd-next v0.17.1
2026-06-21T01:52:15.0561744Z    Compiling portmapper v0.16.0
2026-06-21T01:52:21.0980409Z    Compiling rustls-webpki v0.103.13
2026-06-21T01:52:23.4928763Z    Compiling tokio-rustls v0.26.4
2026-06-21T01:52:23.4929497Z    Compiling noq-proto v0.17.0
2026-06-21T01:52:23.4932007Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T01:52:23.6337681Z    Compiling hyper-rustls v0.27.9
2026-06-21T01:52:23.6338480Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T01:52:23.6339152Z    Compiling tokio-websockets v0.13.2
2026-06-21T01:52:23.7746256Z    Compiling reqwest v0.13.4
2026-06-21T01:52:24.7353897Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T01:52:38.6304604Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T01:52:40.0069832Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T01:52:47.3657580Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T01:52:51.0721126Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-06-21T01:52:51.0945170Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T01:52:51.0958020Z 
2026-06-21T01:52:51.0959921Z running 1 test
2026-06-21T01:52:57.2826932Z test new_brain_serves_against_old_broker ... ok
2026-06-21T01:52:57.2827368Z 
2026-06-21T01:52:57.2827658Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T01:52:57.2828002Z 
